type crypto/rand.devReader

4 uses

	crypto/rand (current package)
		rand_unix.go#L34: 		Reader = &devReader{name: urandomDevice}
		rand_unix.go#L39: type devReader struct {
		rand_unix.go#L54: func (r *devReader) Read(b []byte) (n int, err error) {
		rand_unix.go#L110: 		entropy = &devReader{name: "/dev/random"}